-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement custom OVMF firmware #646
Implement custom OVMF firmware #646
Conversation
24b83ab
to
5dd3fd4
Compare
I made a few fix after testing, waiting to see if the CI pass now |
Had to make some more modification to make the volumes working |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-confidential #646 +/- ##
====================================================
+ Coverage 59.13% 60.23% +1.10%
====================================================
Files 65 67 +2
Lines 5778 5787 +9
Branches 627 618 -9
====================================================
+ Hits 3417 3486 +69
+ Misses 2215 2151 -64
- Partials 146 150 +4 ☔ View full report in Codecov by Sentry. |
…ey instances. Solution: Use new aleph-message version that includes that data schema and implement it on the qemu confidential resources.
f4653a4
to
9f2b601
Compare
9f2b601
to
544ffce
Compare
Problem: A user cannot specify which OVMF firmware want to use for the confidential instances.
Solution: Use new
aleph-message
version that includes that data schema and implement it on the qemu confidential resources.It also implements the extra volume use for qemu instances.